CommandType Enumeration

Represents the type of command to execute on a data source.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum CommandType

Members

Table0 The command contains a table name. The form retrieves all of the data in the table.
Query1 The command contains the name of query. The form retrieves and executes the query.
Command2 The command contains an SQL statement. The form executes the SQL statement.
None3 None.

See Also